1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmServices
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim Label5 As System.Windows.Forms.Label
27         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmServices))
28         Me.Panel1 = New System.Windows.Forms.Panel()
29         Me.GroupBox4 = New System.Windows.Forms.GroupBox()
30         Me.Label8 = New System.Windows.Forms.Label()
31         Me.txtRemarks = New System.Windows.Forms.TextBox()
32         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
33         Me.Label2 = New System.Windows.Forms.Label()
34         Me.btnSelect = New System.Windows.Forms.Button()
35         Me.Label3 = New System.Windows.Forms.Label()
36         Me.txtCustomerID = New System.Windows.Forms.TextBox()
37         Me.txtCustomerName = New System.Windows.Forms.TextBox()
38         Me.txtProblemDescription = New System.Windows.Forms.TextBox()
39         Me.dtpEstimatedRepairDate = New System.Windows.Forms.DateTimePicker()
40         Me.txtItemsDescription = New System.Windows.Forms.TextBox()
41         Me.cmbStatus = New System.Windows.Forms.ComboBox()
42         Me.txtUpfront = New System.Windows.Forms.TextBox()
43         Me.txtChargesQuote = New System.Windows.Forms.TextBox()
44         Me.cmbServiceType = New System.Windows.Forms.ComboBox()
45         Me.Label13 = New System.Windows.Forms.Label()
46         Me.Label7 = New System.Windows.Forms.Label()
47         Me.Label12 = New System.Windows.Forms.Label()
48         Me.Label11 = New System.Windows.Forms.Label()
49         Me.Label10 = New System.Windows.Forms.Label()
50         Me.Label9 = New System.Windows.Forms.Label()
51         Me.Label6 = New System.Windows.Forms.Label()
52         Me.dtpServiceCreationDate = New System.Windows.Forms.DateTimePicker()
53         Me.txtServiceCode = New System.Windows.Forms.TextBox()
54         Me.Label4 = New System.Windows.Forms.Label()
55         Me.Panel3 = New System.Windows.Forms.Panel()
56         Me.btnPrint = New System.Windows.Forms.Button()
57         Me.btnGetData = New System.Windows.Forms.Button()
58         Me.btnDelete = New System.Windows.Forms.Button()
59         Me.btnClose = New System.Windows.Forms.Button()
60         Me.btnUpdate = New System.Windows.Forms.Button()
61         Me.btnSave = New System.Windows.Forms.Button()
62         Me.btnNew = New System.Windows.Forms.Button()
63         Me.Panel2 = New System.Windows.Forms.Panel()
64         Me.txtContactNo = New System.Windows.Forms.TextBox()
65         Me.txtID = New System.Windows.Forms.TextBox()
66         Me.txtCID = New System.Windows.Forms.TextBox()
67         Me.lblUserType = New System.Windows.Forms.Label()
68         Me.lblUser = New System.Windows.Forms.Label()
69         Me.Label1 = New System.Windows.Forms.Label()
70         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
71         Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
72         Label5 = New System.Windows.Forms.Label()
73         Me.Panel1.SuspendLayout()
74         Me.GroupBox4.SuspendLayout()
75         Me.GroupBox3.SuspendLayout()
76         Me.Panel3.SuspendLayout()
77         Me.Panel2.SuspendLayout()
78         Me.SuspendLayout()
79         
'
80         
'Label5
81         
'
82         Label5.AutoSize = True
83         Label5.ForeColor = System.Drawing.Color.Black
84         Label5.Location = New System.Drawing.Point(
26, 19)
85         Label5.Margin = New System.Windows.Forms.Padding(
2, 0, 2, 0)
86         Label5.Name =
"Label5"
87         Label5.Size = New System.Drawing.Size(
77, 13)
88         Label5.TabIndex =
268
89         Label5.Text =
"Service Code :"
90         
'
91         
'Panel1
92         
'
93         Me.Panel1.BackColor = System.Drawing.Color.White
94         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
95         Me.Panel1.Controls.Add(Me.GroupBox4)
96         Me.Panel1.Controls.Add(Me.Panel3)
97         Me.Panel1.Controls.Add(Me.Panel2)
98         Me.Panel1.Location = New System.Drawing.Point(
8, 7)
99         Me.Panel1.Name =
"Panel1"
100         Me.Panel1.Size = New System.Drawing.Size(
1116, 511)
101         Me.Panel1.TabIndex =
2
102         
'
103         
'GroupBox4
104         
'
105         Me.GroupBox4.Controls.Add(Me.Label8)
106         Me.GroupBox4.Controls.Add(Me.txtRemarks)
107         Me.GroupBox4.Controls.Add(Me.GroupBox3)
108         Me.GroupBox4.Controls.Add(Me.txtProblemDescription)
109         Me.GroupBox4.Controls.Add(Me.dtpEstimatedRepairDate)
110         Me.GroupBox4.Controls.Add(Me.txtItemsDescription)
111         Me.GroupBox4.Controls.Add(Me.cmbStatus)
112         Me.GroupBox4.Controls.Add(Me.txtUpfront)
113         Me.GroupBox4.Controls.Add(Me.txtChargesQuote)
114         Me.GroupBox4.Controls.Add(Me.cmbServiceType)
115         Me.GroupBox4.Controls.Add(Me.Label13)
116         Me.GroupBox4.Controls.Add(Me.Label7)
117         Me.GroupBox4.Controls.Add(Me.Label12)
118         Me.GroupBox4.Controls.Add(Me.Label11)
119         Me.GroupBox4.Controls.Add(Me.Label10)
120         Me.GroupBox4.Controls.Add(Me.Label9)
121         Me.GroupBox4.Controls.Add(Me.Label6)
122         Me.GroupBox4.Controls.Add(Me.dtpServiceCreationDate)
123         Me.GroupBox4.Controls.Add(Me.txtServiceCode)
124         Me.GroupBox4.Controls.Add(Me.Label4)
125         Me.GroupBox4.Controls.Add(Label5)
126         Me.GroupBox4.Location = New System.Drawing.Point(
9, 71)
127         Me.GroupBox4.Name =
"GroupBox4"
128         Me.GroupBox4.Size = New System.Drawing.Size(
973, 429)
129         Me.GroupBox4.TabIndex =
0
130         Me.GroupBox4.TabStop = False
131         Me.GroupBox4.Text =
"Service Info"
132         
'
133         
'Label8
134         
'
135         Me.Label8.AutoSize = True
136         Me.Label8.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
137         Me.Label8.Location = New System.Drawing.Point(
26, 296)
138         Me.Label8.Name =
"Label8"
139         Me.Label8.Size = New System.Drawing.Size(
55, 13)
140         Me.Label8.TabIndex =
85
141         Me.Label8.Text =
"Remarks :"
142         
'
143         
'txtRemarks
144         
'
145         Me.txtRemarks.BackColor = System.Drawing.Color.White
146         Me.txtRemarks.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
147         Me.txtRemarks.Location = New System.Drawing.Point(
28, 318)
148         Me.txtRemarks.Multiline = True
149         Me.txtRemarks.Name =
"txtRemarks"
150         Me.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both
151         Me.txtRemarks.Size = New System.Drawing.Size(
286, 91)
152         Me.txtRemarks.TabIndex =
10
153         
'
154         
'GroupBox3
155         
'
156         Me.GroupBox3.Controls.Add(Me.Label2)
157         Me.GroupBox3.Controls.Add(Me.btnSelect)
158         Me.GroupBox3.Controls.Add(Me.Label3)
159         Me.GroupBox3.Controls.Add(Me.txtCustomerID)
160         Me.GroupBox3.Controls.Add(Me.txtCustomerName)
161         Me.GroupBox3.Location = New System.Drawing.Point(
28, 201)
162         Me.GroupBox3.Name =
"GroupBox3"
163         Me.GroupBox3.Size = New System.Drawing.Size(
286, 83)
164         Me.GroupBox3.TabIndex =
9
165         Me.GroupBox3.TabStop = False
166         Me.GroupBox3.Text =
"Customer Details"
167         
'
168         
'Label2
169         
'
170         Me.Label2.AutoSize = True
171         Me.Label2.Location = New System.Drawing.Point(
26, 48)
172         Me.Label2.Name =
"Label2"
173         Me.Label2.Size = New System.Drawing.Size(
88, 13)
174         Me.Label2.TabIndex =
7
175         Me.Label2.Text =
"Customer Name :"
176         
'
177         
'btnSelect
178         
'
179         Me.btnSelect.Location = New System.Drawing.Point(
195, 21)
180         Me.btnSelect.Name =
"btnSelect"
181         Me.btnSelect.Size = New System.Drawing.Size(
29, 21)
182         Me.btnSelect.TabIndex =
2
183         Me.btnSelect.Text =
"..."
184         Me.btnSelect.UseVisualStyleBackColor = True
185         
'
186         
'Label3
187         
'
188         Me.Label3.AutoSize = True
189         Me.Label3.Location = New System.Drawing.Point(
26, 21)
190         Me.Label3.Name =
"Label3"
191         Me.Label3.Size = New System.Drawing.Size(
71, 13)
192         Me.Label3.TabIndex =
0
193         Me.Label3.Text =
"Customer ID :"
194         
'
195         
'txtCustomerID
196         
'
197         Me.txtCustomerID.BackColor = System.Drawing.SystemColors.Control
198         Me.txtCustomerID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
199         Me.txtCustomerID.Location = New System.Drawing.Point(
119, 21)
200         Me.txtCustomerID.Name =
"txtCustomerID"
201         Me.txtCustomerID.ReadOnly = True
202         Me.txtCustomerID.Size = New System.Drawing.Size(
70, 21)
203         Me.txtCustomerID.TabIndex =
0
204         
'
205         
'txtCustomerName
206         
'
207         Me.txtCustomerName.Location = New System.Drawing.Point(
119, 48)
208         Me.txtCustomerName.Name =
"txtCustomerName"
209         Me.txtCustomerName.ReadOnly = True
210         Me.txtCustomerName.Size = New System.Drawing.Size(
154, 20)
211         Me.txtCustomerName.TabIndex =
1
212         
'
213         
'txtProblemDescription
214         
'
215         Me.txtProblemDescription.BackColor = System.Drawing.Color.White
216         Me.txtProblemDescription.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
217         Me.txtProblemDescription.Location = New System.Drawing.Point(
453, 203)
218         Me.txtProblemDescription.Multiline = True
219         Me.txtProblemDescription.Name =
"txtProblemDescription"
220         Me.txtProblemDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both
221         Me.txtProblemDescription.Size = New System.Drawing.Size(
502, 210)
222         Me.txtProblemDescription.TabIndex =
4
223         
'
224         
'dtpEstimatedRepairDate
225         
'
226         Me.dtpEstimatedRepairDate.CustomFormat =
"dd/MM/yyyy"
227         Me.dtpEstimatedRepairDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom
228         Me.dtpEstimatedRepairDate.Location = New System.Drawing.Point(
163, 149)
229         Me.dtpEstimatedRepairDate.Margin = New System.Windows.Forms.Padding(
2)
230         Me.dtpEstimatedRepairDate.Name =
"dtpEstimatedRepairDate"
231         Me.dtpEstimatedRepairDate.Size = New System.Drawing.Size(
111, 20)
232         Me.dtpEstimatedRepairDate.TabIndex =
7
233         
'
234         
'txtItemsDescription
235         
'
236         Me.txtItemsDescription.BackColor = System.Drawing.Color.White
237         Me.txtItemsDescription.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
238         Me.txtItemsDescription.Location = New System.Drawing.Point(
453, 19)
239         Me.txtItemsDescription.Multiline = True
240         Me.txtItemsDescription.Name =
"txtItemsDescription"
241         Me.txtItemsDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both
242         Me.txtItemsDescription.Size = New System.Drawing.Size(
502, 174)
243         Me.txtItemsDescription.TabIndex =
3
244         
'
245         
'cmbStatus
246         
'
247         Me.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
248         Me.cmbStatus.FormattingEnabled = True
249         Me.cmbStatus.Items.AddRange(New Object() {
"Resolved", "Under Processing", "Unresolved"})
250         Me.cmbStatus.Location = New System.Drawing.Point(
163, 174)
251         Me.cmbStatus.Name =
"cmbStatus"
252         Me.cmbStatus.Size = New System.Drawing.Size(
111, 21)
253         Me.cmbStatus.TabIndex =
8
254         
'
255         
'txtUpfront
256         
'
257         Me.txtUpfront.Location = New System.Drawing.Point(
163, 124)
258         Me.txtUpfront.Name =
"txtUpfront"
259         Me.txtUpfront.Size = New System.Drawing.Size(
111, 20)
260         Me.txtUpfront.TabIndex =
6
261         Me.txtUpfront.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
262         
'
263         
'txtChargesQuote
264         
'
265         Me.txtChargesQuote.Location = New System.Drawing.Point(
163, 98)
266         Me.txtChargesQuote.Name =
"txtChargesQuote"
267         Me.txtChargesQuote.Size = New System.Drawing.Size(
111, 20)
268         Me.txtChargesQuote.TabIndex =
5
269         Me.txtChargesQuote.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
270         
'
271         
'cmbServiceType
272         
'
273         Me.cmbServiceType.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
274         Me.cmbServiceType.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
275         Me.cmbServiceType.FormattingEnabled = True
276         Me.cmbServiceType.Location = New System.Drawing.Point(
163, 71)
277         Me.cmbServiceType.Name =
"cmbServiceType"
278         Me.cmbServiceType.Size = New System.Drawing.Size(
111, 21)
279         Me.cmbServiceType.TabIndex =
2
280         
'
281         
'Label13
282         
'
283         Me.Label13.AutoSize = True
284         Me.Label13.Location = New System.Drawing.Point(
26, 174)
285         Me.Label13.Margin = New System.Windows.Forms.Padding(
2, 0, 2, 0)
286         Me.Label13.Name =
"Label13"
287         Me.Label13.Size = New System.Drawing.Size(
43, 13)
288         Me.Label13.TabIndex =
342
289         Me.Label13.Text =
"Status :"
290         
'
291         
'Label7
292         
'
293         Me.Label7.AutoSize = True
294         Me.Label7.Location = New System.Drawing.Point(
341, 19)
295         Me.Label7.Margin = New System.Windows.Forms.Padding(
2, 0, 2, 0)
296         Me.Label7.Name =
"Label7"
297         Me.Label7.Size = New System.Drawing.Size(
94, 13)
298         Me.Label7.TabIndex =
337
299         Me.Label7.Text =
"Items Description :"
300         
'
301         
'Label12
302         
'
303         Me.Label12.AutoSize = True
304         Me.Label12.Location = New System.Drawing.Point(
26, 149)
305         Me.Label12.Margin = New System.Windows.Forms.Padding(
2, 0, 2, 0)
306         Me.Label12.Name =
"Label12"
307         Me.Label12.Size = New System.Drawing.Size(
119, 13)
308         Me.Label12.TabIndex =
341
309         Me.Label12.Text =
"Estimated Repair Date :"
310         
'
311         
'Label11
312         
'
313         Me.Label11.AutoSize = True
314         Me.Label11.Location = New System.Drawing.Point(
26, 124)
315         Me.Label11.Margin = New System.Windows.Forms.Padding(
2, 0, 2, 0)
316         Me.Label11.Name =
"Label11"
317         Me.Label11.Size = New System.Drawing.Size(
48, 13)
318         Me.Label11.TabIndex =
340
319         Me.Label11.Text =
"Upfront :"
320         
'
321         
'Label10
322         
'
323         Me.Label10.AutoSize = True
324         Me.Label10.Location = New System.Drawing.Point(
26, 98)
325         Me.Label10.Margin = New System.Windows.Forms.Padding(
2, 0, 2, 0)
326         Me.Label10.Name =
"Label10"
327         Me.Label10.Size = New System.Drawing.Size(
84, 13)
328         Me.Label10.TabIndex =
339
329         Me.Label10.Text =
"Charges Quote :"
330         
'
331         
'Label9
332         
'
333         Me.Label9.AutoSize = True
334         Me.Label9.Location = New System.Drawing.Point(
341, 203)
335         Me.Label9.Margin = New System.Windows.Forms.Padding(
2, 0, 2, 0)
336         Me.Label9.Name =
"Label9"
337         Me.Label9.Size = New System.Drawing.Size(
112, 13)
338         Me.Label9.TabIndex =
338
339         Me.Label9.Text =
"Problems Description :"
340         
'
341         
'Label6
342         
'
343         Me.Label6.AutoSize = True
344         Me.Label6.Location = New System.Drawing.Point(
26, 71)
345         Me.Label6.Margin = New System.Windows.Forms.Padding(
2, 0, 2, 0)
346         Me.Label6.Name =
"Label6"
347         Me.Label6.Size = New System.Drawing.Size(
76, 13)
348         Me.Label6.TabIndex =
336
349         Me.Label6.Text =
"Service Type :"
350         
'
351         
'dtpServiceCreationDate
352         
'
353         Me.dtpServiceCreationDate.CustomFormat =
"dd/MM/yyyy"
354         Me.dtpServiceCreationDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom
355         Me.dtpServiceCreationDate.Location = New System.Drawing.Point(
163, 45)
356         Me.dtpServiceCreationDate.Margin = New System.Windows.Forms.Padding(
2)
357         Me.dtpServiceCreationDate.Name =
"dtpServiceCreationDate"
358         Me.dtpServiceCreationDate.Size = New System.Drawing.Size(
111, 20)
359         Me.dtpServiceCreationDate.TabIndex =
1
360         
'
361         
'txtServiceCode
362         
'
363         Me.txtServiceCode.Location = New System.Drawing.Point(
163, 19)
364         Me.txtServiceCode.Name =
"txtServiceCode"
365         Me.txtServiceCode.ReadOnly = True
366         Me.txtServiceCode.Size = New System.Drawing.Size(
111, 20)
367         Me.txtServiceCode.TabIndex =
0
368         
'
369         
'Label4
370         
'
371         Me.Label4.AutoSize = True
372         Me.Label4.Location = New System.Drawing.Point(
26, 45)
373         Me.Label4.Margin = New System.Windows.Forms.Padding(
2, 0, 2, 0)
374         Me.Label4.Name =
"Label4"
375         Me.Label4.Size = New System.Drawing.Size(
117, 13)
376         Me.Label4.TabIndex =
335
377         Me.Label4.Text =
"Service Creation Date :"
378         
'
379         
'Panel3
380         
'
381         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
382         Me.Panel3.Controls.Add(Me.btnPrint)
383         Me.Panel3.Controls.Add(Me.btnGetData)
384         Me.Panel3.Controls.Add(Me.btnDelete)
385         Me.Panel3.Controls.Add(Me.btnClose)
386         Me.Panel3.Controls.Add(Me.btnUpdate)
387         Me.Panel3.Controls.Add(Me.btnSave)
388         Me.Panel3.Controls.Add(Me.btnNew)
389         Me.Panel3.Location = New System.Drawing.Point(
992, 77)
390         Me.Panel3.Name =
"Panel3"
391         Me.Panel3.Size = New System.Drawing.Size(
111, 236)
392         Me.Panel3.TabIndex =
3
393         
'
394         
'btnPrint
395         
'
396         Me.btnPrint.Cursor = System.Windows.Forms.Cursors.Hand
397         Me.btnPrint.Enabled = False
398         Me.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Popup
399         Me.btnPrint.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
400         Me.btnPrint.Location = New System.Drawing.Point(
13, 166)
401         Me.btnPrint.Name =
"btnPrint"
402         Me.btnPrint.Size = New System.Drawing.Size(
82, 28)
403         Me.btnPrint.TabIndex =
6
404         Me.btnPrint.Text =
"&Print"
405         Me.btnPrint.UseVisualStyleBackColor = True
406         
'
407         
'btnGetData
408         
'
409         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
410         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
411         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
412         Me.btnGetData.Location = New System.Drawing.Point(
13, 135)
413         Me.btnGetData.Name =
"btnGetData"
414         Me.btnGetData.Size = New System.Drawing.Size(
82, 28)
415         Me.btnGetData.TabIndex =
5
416         Me.btnGetData.Text =
"&Get Data"
417         Me.btnGetData.UseVisualStyleBackColor = True
418         
'
419         
'btnDelete
420         
'
421         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
422         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
423         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
424         Me.btnDelete.Location = New System.Drawing.Point(
13, 103)
425         Me.btnDelete.Name =
"btnDelete"
426         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
427         Me.btnDelete.TabIndex =
3
428         Me.btnDelete.Text =
"&Delete"
429         Me.btnDelete.UseVisualStyleBackColor = True
430         
'
431         
'btnClose
432         
'
433         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
434         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
435         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
436         Me.btnClose.Location = New System.Drawing.Point(
13, 198)
437         Me.btnClose.Name =
"btnClose"
438         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
439         Me.btnClose.TabIndex =
4
440         Me.btnClose.Text =
"&Close"
441         Me.btnClose.UseVisualStyleBackColor = True
442         
'
443         
'btnUpdate
444         
'
445         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
446         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
447         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
448         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
449         Me.btnUpdate.Name =
"btnUpdate"
450         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
451         Me.btnUpdate.TabIndex =
2
452         Me.btnUpdate.Text =
"&Update"
453         Me.btnUpdate.UseVisualStyleBackColor = True
454         
'
455         
'btnSave
456         
'
457         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
458         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
459         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
460         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
461         Me.btnSave.Name =
"btnSave"
462         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
463         Me.btnSave.TabIndex =
1
464         Me.btnSave.Text =
"&Save + Print"
465         Me.btnSave.UseVisualStyleBackColor = True
466         
'
467         
'btnNew
468         
'
469         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
470         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
471         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
472         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
473         Me.btnNew.Name =
"btnNew"
474         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
475         Me.btnNew.TabIndex =
0
476         Me.btnNew.Text =
"&New"
477         Me.btnNew.UseVisualStyleBackColor = True
478         
'
479         
'Panel2
480         
'
481         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
482         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
483         Me.Panel2.Controls.Add(Me.txtContactNo)
484         Me.Panel2.Controls.Add(Me.txtID)
485         Me.Panel2.Controls.Add(Me.txtCID)
486         Me.Panel2.Controls.Add(Me.lblUserType)
487         Me.Panel2.Controls.Add(Me.lblUser)
488         Me.Panel2.Controls.Add(Me.Label1)
489         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
490         Me.Panel2.Name =
"Panel2"
491         Me.Panel2.Size = New System.Drawing.Size(
1094, 62)
492         Me.Panel2.TabIndex =
0
493         
'
494         
'txtContactNo
495         
'
496         Me.txtContactNo.BackColor = System.Drawing.SystemColors.Control
497         Me.txtContactNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
498         Me.txtContactNo.Location = New System.Drawing.Point(
374, 37)
499         Me.txtContactNo.Name =
"txtContactNo"
500         Me.txtContactNo.ReadOnly = True
501         Me.txtContactNo.Size = New System.Drawing.Size(
130, 21)
502         Me.txtContactNo.TabIndex =
319
503         Me.txtContactNo.Visible = False
504         
'
505         
'txtID
506         
'
507         Me.txtID.BackColor = System.Drawing.SystemColors.Control
508         Me.txtID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
509         Me.txtID.Location = New System.Drawing.Point(
285, 40)
510         Me.txtID.Name =
"txtID"
511         Me.txtID.ReadOnly = True
512         Me.txtID.Size = New System.Drawing.Size(
70, 21)
513         Me.txtID.TabIndex =
12
514         Me.txtID.Visible = False
515         
'
516         
'txtCID
517         
'
518         Me.txtCID.BackColor = System.Drawing.SystemColors.Control
519         Me.txtCID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
520         Me.txtCID.Location = New System.Drawing.Point(
285, 13)
521         Me.txtCID.Name =
"txtCID"
522         Me.txtCID.ReadOnly = True
523         Me.txtCID.Size = New System.Drawing.Size(
70, 21)
524         Me.txtCID.TabIndex =
7
525         Me.txtCID.Visible = False
526         
'
527         
'lblUserType
528         
'
529         Me.lblUserType.AutoSize = True
530         Me.lblUserType.Location = New System.Drawing.Point(
206, 18)
531         Me.lblUserType.Name =
"lblUserType"
532         Me.lblUserType.Size = New System.Drawing.Size(
56, 13)
533         Me.lblUserType.TabIndex =
315
534         Me.lblUserType.Text =
"User Type"
535         Me.lblUserType.Visible = False
536         
'
537         
'lblUser
538         
'
539         Me.lblUser.AutoSize = True
540         Me.lblUser.Location = New System.Drawing.Point(
206, 31)
541         Me.lblUser.Name =
"lblUser"
542         Me.lblUser.Size = New System.Drawing.Size(
29, 13)
543         Me.lblUser.TabIndex =
313
544         Me.lblUser.Text =
"User"
545         Me.lblUser.Visible = False
546         
'
547         
'Label1
548         
'
549         Me.Label1.AutoSize = True
550         Me.Label1.BackColor = System.Drawing.Color.Transparent
551         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
552         Me.Label1.ForeColor = System.Drawing.Color.White
553         Me.Label1.Location = New System.Drawing.Point(
510, 17)
554         Me.Label1.Name =
"Label1"
555         Me.Label1.Size = New System.Drawing.Size(
90, 24)
556         Me.Label1.TabIndex =
0
557         Me.Label1.Text =
"Services"
558         
'
559         
'Timer1
560         
'
561         
'
562         
'frmServices
563         
'
564         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
565         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
566         Me.BackColor = System.Drawing.Color.DarkSlateGray
567         Me.ClientSize = New System.Drawing.Size(
1130, 525)
568         Me.Controls.Add(Me.Panel1)
569         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
570         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
571         Me.MaximizeBox = False
572         Me.MinimizeBox = False
573         Me.Name =
"frmServices"
574         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
575         Me.Panel1.ResumeLayout(False)
576         Me.GroupBox4.ResumeLayout(False)
577         Me.GroupBox4.PerformLayout()
578         Me.GroupBox3.ResumeLayout(False)
579         Me.GroupBox3.PerformLayout()
580         Me.Panel3.ResumeLayout(False)
581         Me.Panel2.ResumeLayout(False)
582         Me.Panel2.PerformLayout()
583         Me.ResumeLayout(False)
584
585     End Sub
586     Friend WithEvents Panel1 As System.Windows.Forms.Panel
587     Friend WithEvents Label3 As System.Windows.Forms.Label
588     Friend WithEvents txtCustomerID As System.Windows.Forms.TextBox
589     Friend WithEvents Panel3 As System.Windows.Forms.Panel
590     Friend WithEvents btnDelete As System.Windows.Forms.Button
591     Friend WithEvents btnClose As System.Windows.Forms.Button
592     Friend WithEvents btnUpdate As System.Windows.Forms.Button
593     Friend WithEvents btnSave As System.Windows.Forms.Button
594     Friend WithEvents btnNew As System.Windows.Forms.Button
595     Friend WithEvents Panel2 As System.Windows.Forms.Panel
596     Friend WithEvents Label1 As System.Windows.Forms.Label
597     Friend WithEvents btnGetData As System.Windows.Forms.Button
598     Friend WithEvents txtCustomerName As System.Windows.Forms.TextBox
599     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
600     Friend WithEvents dtpServiceCreationDate As System.Windows.Forms.DateTimePicker
601     Friend WithEvents txtServiceCode As System.Windows.Forms.TextBox
602     Friend WithEvents Label4 As System.Windows.Forms.Label
603     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
604     Friend WithEvents btnSelect As System.Windows.Forms.Button
605     Friend WithEvents lblUserType As System.Windows.Forms.Label
606     Friend WithEvents lblUser As System.Windows.Forms.Label
607     Friend WithEvents txtCID As System.Windows.Forms.TextBox
608     Friend WithEvents btnPrint As System.Windows.Forms.Button
609     Friend WithEvents Timer1 As System.Windows.Forms.Timer
610     Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip
611     Friend WithEvents Label2 As System.Windows.Forms.Label
612     Friend WithEvents txtID As System.Windows.Forms.TextBox
613     Friend WithEvents txtItemsDescription As System.Windows.Forms.TextBox
614     Friend WithEvents Label8 As System.Windows.Forms.Label
615     Friend WithEvents Label13 As System.Windows.Forms.Label
616     Friend WithEvents Label12 As System.Windows.Forms.Label
617     Friend WithEvents Label11 As System.Windows.Forms.Label
618     Friend WithEvents Label10 As System.Windows.Forms.Label
619     Friend WithEvents Label9 As System.Windows.Forms.Label
620     Friend WithEvents Label7 As System.Windows.Forms.Label
621     Friend WithEvents Label6 As System.Windows.Forms.Label
622     Friend WithEvents txtRemarks As System.Windows.Forms.TextBox
623     Friend WithEvents txtProblemDescription As System.Windows.Forms.TextBox
624     Friend WithEvents dtpEstimatedRepairDate As System.Windows.Forms.DateTimePicker
625     Friend WithEvents cmbStatus As System.Windows.Forms.ComboBox
626     Friend WithEvents txtUpfront As System.Windows.Forms.TextBox
627     Friend WithEvents txtChargesQuote As System.Windows.Forms.TextBox
628     Friend WithEvents cmbServiceType As System.Windows.Forms.ComboBox
629     Friend WithEvents txtContactNo As System.Windows.Forms.TextBox
630
631 End Class


Gõ tìm kiếm nhanh...